CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bmp 读取

搜索资源列表

  1. 读取bmp

    0下载:
  2. BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-02-20
    • 文件大小:10134
    • 提供者:wjk1005
  1. 将bmp格式转换为raw

    1下载:
  2. 先正确读取bmp图像然后将其转换为raw格式并存储-first correctly read bmp images will then convert its raw format and storage
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:115839
    • 提供者:戢亮子
  1. Read BMP

    0下载:
  2. 读取位图文件要素的源代码,用vc实现,功能强大. -read bitmap file elements of the source code, using vc realization of the powerful.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:53373
    • 提供者:寒风
  1. 利用文件直接显示BMP

    0下载:
  2. 利用读文件的方式直接读取BMP方式。比普通方式更加简单,明了。-read documents using direct read BMP way. More than ordinary means simple, straightforward.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:485850
    • 提供者:马木木
  1. bmp-read-3

    0下载:
  2. 一个关于32位图像读取的c#程序,修改后并保存原图。具体的修改部分可以按照需求修改-one of 32 images read the c # procedures, the revised and preserve maximum. Some specific changes can be amended in accordance with demand
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3354
    • 提供者:quyq
  1. colourful

    0下载:
  2. 图象处理入门,用C语言实现, 包括BMP读取,图象的几何变化,镜像处理等-image processing using C language, including BMP reader, image geometry changes, such as image processing
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2330
    • 提供者:钟远高
  1. bmp

    0下载:
  2. 读取BMP图象数据的程序 仅供参考
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2643
    • 提供者:shiyu
  1. bmp

    0下载:
  2. bmp位图文件的读取与保存 bmp位图文件的读取与保存
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30686
    • 提供者:jane
  1. bmp

    0下载:
  2. 简单易用 的 读取bmp文件的程序,用mfc编写,但没有写文件操作
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1869
    • 提供者:李刚
  1. Java读取BMP格式图片(源代码)

    0下载:
  2. A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from th
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3227
    • 提供者:潘作为
  1. bmp

    0下载:
  2. bmp文件的解码与读取,很简单的一个小程序。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1735
    • 提供者:sunyanan
  1. bmp

    0下载:
  2. C++打开读取任意一幅BMP图像代码简单学习图像处理的可以参考一下-C++ open reading any of a BMP image, the code is simple to learn image processing can refer to.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4718439
    • 提供者:lijiusong
  1. BMP

    0下载:
  2. 读取bmp 读取bmp 读取bmp-duqu bmpbmpbmpbmpbmp
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:113623
    • 提供者:俊杰
  1. Bmp vs jpeg

    0下载:
  2. VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用
  3. 所属分类:图形图象

  1. READ-BMP-

    0下载:
  2. READ-BMP-读取SD卡中图片在TFT彩屏中显示测试程序-READ-BMP- read SD card image displayed in the TFT color screen in the test program
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:147708
    • 提供者:jack
  1. verilog读取bmp图像数据的程序段.txt

    0下载:
  2. verilog 写的程序段,实现的功能是把bmp图像直接读到数组中。主要是用在仿真过程中,读取图像数据产生video激励用。 代码是个代码片段,只是读取bmp图像部分。 有分的觉得有用的话赏个分,没分的捧个场啦。(read bmp data to array ,used in video stream gen when sim)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:stone%^_^
  1. bmp

    0下载:
  2. 可以实现BMP图像的读取和显示,不适用Matlab中的imread()函数(serve to read BMP picture)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:503808
    • 提供者:菜垚
  1. bmp read&write

    0下载:
  2. 简单读取bmp256位灰度图像,运用c语言的基本库(Simple read bmp256 bit grayscale image)
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:11453440
    • 提供者:冰箱太凉
  1. 显示BMP文件

    0下载:
  2. 用于实现在Visual C++平台上,进行对BMP文件的读取显示操作(To implement the read operation of the BMP file on the Visual C++ platform)
  3. 所属分类:

    • 发布日期:2018-04-21
    • 文件大小:12288
    • 提供者:Severy
  1. BMP

    0下载:
  2. 通过内存够映射从BMP文件中读取一部分,。。。。。。。。。。。。。。。。。。。。。。。。(Read part from the BMP file by mapping memory enough)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:AlexYbh
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com